BIPs bitcoin improvement proposals

137 - Signatures of Messages using Private Keys

BIP: 137 source Layer: Applications Title: Signatures of Messages using Private Keys Author: Christopher Gilliard Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0137 Status: Final Type: Standards Track Created: 2019-02-16 License: BSD-2-Clause Table of ContentsAbstractCopyrightMotivationSpecificationBackground on ECDSA SignaturesConventions with signatures used in BitcoinProcedure for signing/verifying a signatureSample Code for processing a signatureBackwards CompatibilityImplicationsAcknowledgementsReferences Abstract This document describes a signature format for signing messages with Bitcoin private keys. The specification is intended to describe the standard for signatures of messages that can be signed and verfied between different clients that exist in the field today. Note: that a new signature format has been defined which has a number of advantages over this BIP, but to be backwards compatible with existin...